home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOPICS.DIR / TOP.DIR / text-mode.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  3.0 KB  |  64 lines

  1. TEXT MODE
  2.  
  3. You are using TEXT MODE when you are typing in your message.  The usual
  4.   prompt for Text Mode is:
  5.  
  6.  Message (End with CTRL/D or ESC
  7.   Use CTRL/B to insert a file, CTRL/E to enter editor, CTRL/F to run text
  8.   through a filter, CTRL/K to redisplay message, CTRL/L to clear screen and
  9.   redisplay, CTRL/N to abort, CTRL/P to run a program and insert output.):
  10.  
  11. You see this prompt if you reach Text Mode by using the SEND, REPLY or 
  12.   FORWARD commands from the MM> or Read> prompts.
  13.  
  14. Exit from Text Mode by using the ESCAPE key or control-d.  You will then be
  15.   at the Send> prompt (Send Mode).  From the Send> prompt, you can go back
  16.   to Text Mode, if you like, by using the TEXT command.
  17.  
  18. Text mode has very limited editing features.  It does automatic line breaks
  19.   (you don't need to press RETURN at the end of each line), and the DELETE
  20.   key backs up the cursor for error correction, but wipes out text as it 
  21.   moves back.  You can give some commands by using control keys:
  22.   
  23. In this list ^B for example means control-b.
  24.  
  25.   ^B    insert a file where the cursor is.
  26.   ^C    abort and leave MM.  --Not recommended--
  27.   ^D    stop inputting text (same as pressing the ESCAPE key). (note *)
  28.   ^E    use an editor.  Defined by SET EDITOR command; default is emacs.
  29.           Any text already typed is brought into the editor buffer.
  30.   ^F    run text through a filter.  Takes the text you typed so far as
  31.           input to a program, and replaces it with the result.
  32.   ^K    redisplay message.  
  33.   ^L    clear screen, and redisplay message from the top of the screen.
  34.   ^N    abort, throw away the whole message.
  35.   ^P    run a program and insert its output where the cursor is.
  36.   ^R    redisplay the current line.
  37.   ^S    stop output to screen;  ^Q  restore output  [shell commands].
  38.   ^U    erase the last line.    
  39.   ^V    insert next character as typed (like ^L for page break).
  40.   ^W    erase the last word.
  41.   ^Z    suspend MM;  at the shell, type "mm" to resume.
  42. ESCAPE  stop inputting text. (note *)
  43.   
  44. note * :  The variables CONTROL-D-AUTOMATIC-SEND and ESCAPE-AUTOMATIC-SEND,
  45.   if set to YES, change ^D and ESCAPE respectively to mean both stop 
  46.   inputting text and send.  At the normal NO settings, ^D and ESCAPE only
  47.   mean stop inputting text, and you are left at the Send> prompt.
  48.  
  49. To type longer messages, a full editor is better than Text Mode.  To use 
  50.   emacs, type control-e.  You can start typing in Text Mode and then
  51.   change to emacs; the message you typed so far will be placed into the
  52.   emacs buffer.  
  53.  
  54.   From the Send> prompt, use EDIT instead of TEXT to enter emacs.
  55.  
  56.   If you want to use emacs for all messages, change the variable USE-
  57.   EDITOR-ALWAYS.  The variables EDITOR and GNUEMACS-MMAIL (and MMAIL-PATH)
  58.   set up emacs as the editor and customize it for MM.  For help with
  59.   the variables type "help set" and the variable name.
  60.  
  61. For more help, type "help" and one of these topics:
  62.   send   reply   forward   edit   send-mode text   send-mode edit
  63.   set control-d-automatic-send  set escape-automatic-send
  64.